home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / clc171.zip / README < prev    next >
Text File  |  1995-01-27  |  4KB  |  89 lines

  1. Command line calculator q.exe ver 1.71
  2. =======================================
  3.  
  4. Distribution
  5. ------------
  6.  
  7. This is a shareware. Please see below how to register.
  8. You may freely distribute the package as a whole provided no changes are made.
  9.  
  10. Features
  11. --------
  12. Q.EXE is a command line calculator. That is, you type q and your expression
  13. and after the calculation is done, you are back at the DOS prompt.
  14. Q.EXE plots graphs, solves equations, outputs tables of data, does 
  15. statistics, reads and writes to files and printer. Q knows how to do 
  16. bitwise (64 bits) and logical operations and to change bases (2-36).
  17. And of course it knows simple math like 1+1...Also it includes redefined 
  18. constants with state of the art precision (up to 17 digits).
  19. Results are displayed with 17 digits precision.
  20.  
  21. Installation
  22. ------------
  23.  
  24. This version will work on 286 and up and is ready for ega/vga.
  25. The program works slowly from diskettes, therefore for good performance 
  26. copy the files to a directory on your hard disk.
  27. For fastest long computations, include a line in your autoexec.bat 
  28. to copy q.exe into a ram drive and include the ram drive in the path. 
  29. The reason is that the program is NOT resident and it reloads every 
  30. time you invoke it. The advantage is that it does not use your memory
  31. after  the calculation is done.
  32.  
  33. Files in this package: (clc171.zip)
  34. -----------------------------------
  35.  
  36. *  README - this file.
  37.  
  38. *  Q.EXE is the calculator (ver 1.71). 
  39. This version will run on 286 or a higher processors.
  40. For graphics you need a VGA or EGA display. You may use other displays
  41. provided you place the right turbo c++ graphic driver in directory clc
  42. which is in the path.
  43. Q runs from DOS prompt. On 1st run just type q and follow instructions.
  44.  
  45. *  TUTOR.BAT is a tutorial batch file. Run it to see how Q.EXE works, then
  46. you may edit your own batch files to run complicated calculations.
  47. Q.EXE itself includes many help screens.
  48. During the tutorial some outputs are written to an ASCII files "A" and "C".
  49.  
  50. *  B is a data file used by tutor.bat
  51.  
  52.  
  53. How to use q.exe
  54. ----------------
  55.  
  56. How to use the calculator is described in the help screens and the 
  57. tutorial batch file. Here are some highlights.
  58. The program works as a command line. To do something you enter q and 
  59. an expression separated with a space. e.g. q 1+2 will result in 3 (surprise).
  60. If you type just q or q ? you will be referenced to a list of help screens.
  61. For example q ?u will display a getting started screen, q ?k is a reminder 
  62. of all-key words etc.
  63. As a command line program q.exe may run from a batch file to perform 
  64. sequence of related computations. The accompanying tutorial batch file 
  65. (tutor.bat) is used in this way. You may edit it or write your own batch 
  66. files.
  67.  
  68. How to get help from the author
  69. -------------------------------
  70.  
  71. You may get help directly from the author in several ways:
  72. Alex Lepek
  73. internet:   clock@vms.huji.ac.il (please add Alex/clc in the subject)
  74. compuserve: 100264,565 (please add clc in the subject)
  75. fax:        int+972-2-438850 (Jerusalem)
  76. Please indicate the type of your computer and the version of the program.
  77. The version of the program is displayed when you enter "q" or "q ?r"
  78.  
  79. Registration
  80. ------------
  81.  
  82. Finally, if you like the calculator and decide to keep it, your registration
  83. fee of $9 will be appreciated.
  84. For your convenience this message is repeated when you enter q ?r when 
  85. running the program .
  86.  
  87. Enjoy.
  88. The author.
  89.